home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 June / MacHome Magazine Demo Disc June 2001.iso / Stuff / Software / Graphic / PageSpinner 3.0.2 / PageSpinner / PageSpinner.rsrc / TEXT_31118.txt < prev    next >
Encoding:
Text File  |  2000-11-28  |  948 b   |  37 lines

  1. <!-- To create a page set that mixes column and row framesets you will need to create an enclosing frame set that contains 2 or more complete frame sets instead of just frames.  NOTE: Remove the original BODY tag in your document. -->
  2.  
  3. <FRAMESET Rows="*,42"> <!-- 42 is the height for the logotype frame-->
  4.  
  5.     <FRAMESET Cols="25%,75%">
  6.     <FRAME Name="contents" SRC="contents.html" Scrolling="Yes">
  7.     <FRAME Name="main" SRC="about.html" Scrolling="No">
  8.     </FRAMESET>
  9.  
  10.     <FRAMESET Rows="*">
  11.     <FRAME Name="logotype" SRC="logotype.html" Scrolling="No">
  12.     </FRAMESET>
  13.  
  14. <NOFRAMES>
  15. <!-- Put text that will be displayed in browsers that doesn't handle frames here: -->
  16.  
  17. <H1>Welcome to our company!</H1>
  18.  
  19. This page looks better in a browser that can display frames.
  20. <P>
  21. <B>Contents</B></P>
  22.  
  23. <P>
  24. <A HREF="about.html">About our company</A></P>
  25.  
  26. <P>
  27. <A HREF="products.html">Products</A></P>
  28.  
  29. <P>
  30. <A HREF="contact.html">Contact us</A></P>
  31.  
  32. </NOFRAMES>
  33.  
  34. </FRAMESET>
  35.  
  36.  
  37.